Home / comp / gb / object[] / insert 
Object[].Insert (gb)
Syntax
FUNCTION Insert ( Array AS Object[] [ , Pos AS Integer ] ) AS Object[]
Insert an array into the current one at the position specified by Pos.

By default, the array is inserted at the end.